PicoStatus

Defines information and status code values to be used with Pico Technology Instrument Drivers.

These are the values defined in the PicoStatus.h header file provided as part of the Pico Technology Software Development Kit (SDK).

Contents

Example

Use dot notation to access the properties of the class. In this example, the PICO_OK property of the class will be accessed.

Y = PicoStatus.PICO_OK
Y =

     0

To view the property values defined in the class, open the PicoStatus.m file in the MATLAB Editor or type PicoStatus at the MATLAB Command Prompt and press Enter.

See Also

PicoConstants

Copyright: © 2015-2019 Pico Technology Ltd. All rights reserved.